Export(String,IList<Event>) Method
Exports the appointments's data to a file.
public void Export(
System.string ,
System.Collections.Generic.IList<Event>
)
'Declaration
Public Overloads Sub Export( _
ByVal As System.String, _
ByVal As System.Collections.Generic.IList(Of Event) _
)
Parameters
- path
- A System.String containing the full path (including the file name and extension) to export.
- appointments
- A System.Collections.Generic.IList`1 object.